Vibrate
This command option must be used with the Device.PlaySound command to vibrate an Android or iOS device. Not all devices support this option on Android or iOS devices. It is not supported on Windows CE devices.
Group: Device Extensions
Syntax:
Device.PlaySound(“Number, Vibrate”)
Number How long (duration) of a vibration in seconds. Defaut is 1 second.
Vibrate This command will vibrate the device.
Example
Device.PlaySound("1,Vibrate")